'Declaration
Public Function HistogramGetARGB( _ ByVal ImageID As Integer, _ ByRef HistoA() As Integer, _ ByRef HistoR() As Integer, _ ByRef HistoG() As Integer, _ ByRef HistoB() As Integer _ ) As GdPictureStatus
public GdPictureStatus HistogramGetARGB( int ImageID, ref int[] HistoA, ref int[] HistoR, ref int[] HistoG, ref int[] HistoB )
public function HistogramGetARGB( ImageID: Integer; var HistoA: Integerarray of; var HistoR: Integerarray of; var HistoG: Integerarray of; var HistoB: Integerarray of ): GdPictureStatus;
public function HistogramGetARGB( ImageID : int, HistoA : int[], HistoR : int[], HistoG : int[], HistoB : int[] ) : GdPictureStatus;
Parameters
- ImageID
- HistoA
- HistoR
- HistoG
- HistoB